home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_m / mthshp2.zip / MTHSHP2.DOC < prev    next >
Text File  |  1992-01-30  |  9KB  |  263 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.                                  MATH-SHOP 2
  22.                                  (Fractions)
  23.  
  24.  
  25.  
  26.  
  27.                                 Copyright 1991
  28.                                       by
  29.  
  30.                                  Jack C Webb
  31.                                  P.O. Box 357
  32.                       Grand Blanc, Michigan 48439-0357
  33.  
  34.  
  35.                               All Rights Reserved
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                        1
  64.  
  65.  
  66.  
  67.  
  68.                                INTRODUCTION
  69.                                ------------
  70.  
  71.       MATH-SHOP 2 is a program to generate worksheets of fraction problems
  72.     suitable for home or school use. The program is menu driven with next
  73.     key prompting and a help menu selection. Problems can be generated
  74.     in addition, subtraction, multiplication, division and comparisons.
  75.     The number of digits and the range of numbers used for the digits is
  76.     user selectable, as is the number of problems on a page. The problems
  77.     are generated randomly within the ranges selected. The format for a
  78.     work sheet can be saved and recalled later to print additional work
  79.     sheets. Answer sheets can be printed.
  80.  
  81.  
  82.  
  83.                              SYSTEM REQUIREMENTS
  84.                              -------------------
  85.  
  86.                     IBM compatible PC,XT or AT
  87.                     256K min. memory
  88.                     Any display adapter
  89.                     1 floppy drive and/or hard drive
  90.  
  91.                 MATH-SHOP 2 will work on a floppy only system
  92.  
  93.  
  94.  
  95.  
  96.                              DISCLAIMER
  97.                              ----------
  98.  
  99.     This program is provided "as-is" without warranty of any kind either
  100.     expressed or implied, including any warranties of merchantability
  101.     and/or fitness for a particular purpose. No liability shall be assumed
  102.     for any damages whether direct, incidental or consequential from a
  103.     failure of this program to operate in the manner desired by the user.
  104.  
  105.  
  106.                              REGISTRATION
  107.                              ------------
  108.  
  109.     MATH-SHOP 2 is a shareware program and you are encouraged to try it
  110.     out and make copies for friends. If you like the program and continue
  111.     to use it, you are requested to register your copy. A registration form
  112.     is included in the file REGISTER.TXT. You can print the form by typing
  113.     REGISTER at the DOS prompt. Shareware distribution is subject to the
  114.     following conditions.
  115.  
  116.         MATH-SHOP 2 must be distributed in unmodified form, including all
  117.            files on this disk.
  118.         MATH-SHOP 2 may not be distributed with any other product without
  119.            prior written permission.
  120.         No fee other than a disk distribution fee not to exceed $5.00 may
  121.            be charged for MATH-SHOP 2.
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                        2
  130.  
  131.  
  132.  
  133.  
  134.                               GETTING STARTED
  135.                               ---------------
  136.  
  137.     You should have the following files on your shareware disk.
  138.  
  139.                 1. MTHSHP2.DOC     - this file
  140.                 2. PRNTDOC2.BAT    - batch file to print this file
  141.                 3. MTHSHP2.EXE     - the main program
  142.                 4. MTHSHP2.DAT     - data file in which saved formats are
  143.                                      stored. Initially contains sample files
  144.                 5. MTHSHP2.PR1     - file containing control codes for 
  145.                                      printer 1 (Default Epson LX-800)
  146.                 6. MTHSHP2.PR2     - file containing control codes for 
  147.                                      printer 2 (Default HP Laserjet)
  148.                 7. REGISTER.TXT    - file containing registration form
  149.                 8. REGISTER.BAT    - batch file to print registration form
  150.  
  151.  
  152.     This documentation file can be printed by typing the following at the
  153.     the DOS prompt.
  154.                              PRNTDOC2 <RET>
  155.  
  156.     The main program and the printer and data files must be in the same
  157.     directory (on the same disk) to run. To run just type:
  158.  
  159.                              MTHSHP2 <RET>
  160.  
  161.  
  162.                               MENU SYSTEM
  163.                               -----------
  164.       MATH-SHOP 2 is a menu driven program. By just following the prompts
  165.     you should be able to run the program with no problems. The following
  166.     documentation will supplement the program menu help information.
  167.  
  168.      WORKSHEETS         
  169.          Create - allows worksheets to be created. This worksheets can
  170.                   be printed and/or the format can be saved using a
  171.                   user defined name with up to 20 keyboard characters.
  172.  
  173.          Recall - allows saved worksheet formats to be recalled and 
  174.                   used to print worksheets. The saved formats can be 
  175.                   viewed, renamed, or deleted. The list of formats can
  176.                   be sorted by name or type (addition, subtraction,
  177.                   multiplication , division or comparison).
  178.  
  179.      FILES
  180.          Load data file -   allows MTHSHP2.DAT data file to be loaded from a
  181.                             floppy disk to the default directory on a hard
  182.                             drive.
  183.          Backup data file - allows data file to stored on a floppy disk.
  184.  
  185.          The Files menu option does not allow a directory path to be input,
  186.          therefore the data file must be in the default drive (the one the
  187.          program is started from). The data file is accessed from the default
  188.          directory as needed, which is when storing new formats or recalling
  189.          old ones. The program will look for the data file and if it does not
  190.          exist in the default directory it will be created.
  191.          When running from a floppy disk the data file will be stored on the
  192.          same disk as the program. To keep the data file on a separate disk,
  193.          start the program and then replace it with a another disk before any
  194.          format stores or recalls are made.
  195.  
  196.                                        3
  197.  
  198.  
  199.  
  200.  
  201.      UTILITYS
  202.         1Printer and - allows control of selected printer functions. The
  203.         2Printer       files can be edited to accomodate other printers.
  204.                        The format in the files must be maintained and the
  205.                        command codes must be in decimal format. The files
  206.                        can have up to 12 functions and up to 30 decimal
  207.                        codes per function. Each function name can be up to
  208.                        15 characters long and the first letter must be
  209.                        unique. The menu box will be sized accordingly.
  210.                        The program will look for the files in the default
  211.                        drive if these menu items are accessed, and will
  212.                        create them if they are not found using the default
  213.                        printers Epson LX-800 and HP Laserjet. So if the
  214.                        files become corrupted while editing delete them
  215.                        and they will be re-created.
  216.  
  217.                        The program uses a 66 line page with no margins.
  218.                        The program should print on most Epson compatibles
  219.                        without using the printer functions. However if your
  220.                        printer has a default top or bottom margin then it
  221.                        will be necessary to set these to zero. You may be
  222.                        able to do this with the control panel on your
  223.                        printer. Another way is to look up the codes in
  224.                        your printer manual and enter these in the .PR1 or
  225.                        .PR2 program files. The printer files are also useful
  226.                        for selecting functions like NLQ or bold printing.
  227.  
  228.                        Laserjets have a top margin as a default. 2Printer
  229.                        was included to cover this situation and the <Set 
  230.                        Page> option will set up the printer correctly and
  231.                        must be used before printing worksheets.
  232.  
  233.                        The default font on LaserJets does not have the
  234.                        division sign. The II and III series have a resident
  235.                        font called PC-8 which does have the sign. The menu
  236.                        item <PC-8 Font> will select this font for you. The
  237.                        LaserJet+ does not have this font resident and will
  238.                        not print division fractions correctly. Without this
  239.                        font or an equivalent one the division problems
  240.                        will print with a minus sign.
  241.  
  242.                        Also the last page will not be ejected and Form Feed
  243.                        on the menu or printer can be used to accomplish this.
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.                                        4
  263.